home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 2257 / 2257.xpi / chrome / content / about.xul next >
Extensible Markup Language  |  2009-12-29  |  1KB  |  35 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
  3. <window class="dialog"
  4.     title="ImTranslator - About"
  5.     orient="vertical"
  6.     autostretch="always"
  7.     onload="sizeToContent()"
  8.     xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
  9.  
  10. <groupbox align="center" orient="horizontal">
  11. <vbox>
  12.   <text value="ImTranslator" style="font-weight: bold; font-size: x-large;"/>
  13.   <text value="ver. 3.3.3"/>
  14.   <separator class="thin"/>
  15.   <text value="Created By:" style="font-weight: bold;"/>
  16.   <text value="Smart Link Corporation" class="url"
  17.         onclick="window.open('http://www.smartlinkcorp.com'); window.close();"/>
  18.   <separator class="thin"/>
  19.     <text value="Home Page:" style="font-weight: bold;"/>
  20.     <text value="http://www.smartlinkcorp.com/"
  21.           class="url"
  22.         onclick="window.open('http://www.smartlinkcorp.com/'); window.close();"/>
  23.   <separator class="thin"/>
  24. </vbox>
  25. <spring flex="1"/>
  26. <image src="chrome://imtranslator/skin/imtranslatorb.png"/>
  27. </groupbox>
  28.  
  29.   <hbox>
  30.   <spacer flex="1"/>
  31.    <button label="Close" oncommand="window.close();"/>
  32.   </hbox>
  33.  
  34. </window>
  35.